Use PEGetGraphTextDefaultOption to determine whether or not default chart titles will be displayed.
BOOL CRPE_API PEGetGraphTextDefaultOption (
short printJob,
short sectionN,
short graphN,
WORD titleType,
BOOL FAR *useDefault );
Specifies the print job for which you want to retrieve chart title default option information. | |
Specifies the 0 | |
Specifies the 0 | |
Specifies the title type. Use one of the PE_GTT_XXX Graph Title Type Constants. | |
Specifies a pointer to the Boolean value indicating whether or not to default chart title will be displayed. |
Declare Function PEGetGraphTextDefaultOption Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer,
ByVal graphN As Integer, ByVal titleType As Integer,
useDefault As Long ) As Integer
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |